home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / asm / demos / retinarave / include / libraries / configvars.i < prev    next >
Text File  |  1980-01-03  |  660b  |  35 lines

  1.     IFND    LIBRARIES_CONFIGVARS_I
  2. LIBRARIES_CONFIGVARS_I    =    1
  3.     IFND    EXEC_NODES_I
  4.     INCLUDE    exec/nodes.i
  5.     ENDC
  6.     IFND    LIBRARIES_CONFIGREGS_I
  7.     INCLUDE    libraries/configregs.i
  8.     ENDC
  9.     RSRESET
  10. ConfigDev    RS.B    0
  11. cd_Node        RS.B    LN_SIZE
  12. cd_Flags    RS.B    1
  13. cd_Pad        RS.B    1
  14. cd_Rom        RS.B    ExpansionRom_SIZEOF
  15. cd_BoardAddr    RS.L    1
  16. cd_BoardSize    RS.L    1
  17. cd_SlotAddr    RS.W    1
  18. cd_SlotSize    RS.W    1
  19. cd_Driver    RS.L    1
  20. cd_NextCD    RS.L    1
  21. cd_Unused    RS.B    4*4
  22. ConfigDev_SIZEOF    RS.W    0
  23. CDB_SHUTUP    =    0
  24. CDF_SHUTUP    =    1<<0
  25. CDB_CONFIGME    =    1
  26. CDF_CONFIGME    =    1<<1
  27.     RSRESET
  28. CurrentBinding        RS.B    0
  29. cb_ConfigDev        RS.L    1
  30. cb_FileName        RS.L    1
  31. cb_ProductString    RS.L    1
  32. cb_ToolTypes        RS.L    1
  33. CurrentBinding_SIZEOF    RS.W    0
  34.     ENDC
  35.